home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 28
/
Volume 28 - JOGO DISK .iso
/
Games
/
dress_your_chinese_dool.swf
/
scripts
/
DefineButton2_151
/
BUTTONCONDACTION on(press).as
next >
Wrap
Text File
|
2006-11-13
|
120b
|
8 lines
on(press){
if(_name.substr(0,1) == "p")
{
this.swapDepths(_root.d++);
this.startDrag();
}
}